a:hover{
	text-decoration: none;
}
*{
	transition: .4s;
}
ul,ol{
	margin: 0;
	padding:0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 0;
}
.container{
	max-width: 1280px;
}
.mflex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nmtop{
	background: #eaeaea;
	padding: 8px 0;
	color: #464646;
	font-size: 14px;
}
.fl{
	width: 18%;
}
.fr{
	width: 79%;
}

.navbar .navbar-collapse{
	flex-grow: 0;
}
.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0.5rem 1rem;
	font-size: 16px;
	color: #333333;
}
.mitm .nav-link{
	background: #259edd;
	color: #fff!important;
	border-radius: 5px;
}
.mitm .nav-link:hover{
     color: #fff!important;
    background: linear-gradient(to bottom, #009688, #26a69a);
}
.toptel{
	display: flex;
	color: #333333;
	align-items: center;
}
.toptel .tr{
	margin-left: 5px;
}
.toptel .tr .trt{
	font-size: 22px;
}
.toptel .tr .trb{
	font-size: 19px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color:#0066cc;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color:#0066cc;
}

.banner .swiper{
	position: relative;
	overflow: hidden;
}

.banner .swiper-pagination{
	bottom:3%;
	width: 100%;
}
.banner .swiper-pagination-bullet{
	background: #818181;
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 3px!important;
}
.banner .swiper-pagination-bullet-active{
	background: #427fd0;
}

.title{
	text-align: center;
}
.title h2{
	font-size: 38px;
	color: #000000;
}
.title p{
	margin-top: 25px;
	color: #666666;
}

.id1{
	padding:100px 0;
}
.id1 .id1con{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.id1 .id1con .id1cl{
	position: relative;
	width: 49%;
}
.id1 .id1con .id1cl .videoed{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
	justify-content: center;
	opacity: 0;
}
.id1 .id1con .id1cr{
	width: 47%;
}
.id1 .id1con .id1cr .id1crt{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}
.id1 .id1con .id1cr .id1crt .crtl h2{
	color: #666666;
	font-size: 30px;
}
.id1 .id1con .id1cr .id1crt .crtl p{
	color: #666666;
}
.id1 .id1con .id1cr .id1crt .crtr a{
	color: #ffffff;
	background: #259edd;
	padding:4px 10px;
	border-radius: 4px;
}
.id1 .id1con .id1cr .id1crt .crtr a:hover{
	color: #259edd;
	background: #fff;
}
.id1 .id1con .id1cr .id1crb{
	margin-top: 20px;
	line-height: 1.6;
	color: #666666;
}

.id2{
	padding:60px 0;
	background: #f5f5f5;
}

.id2 .id2list{
	margin-top: 60px;
}
.id2 .id2list .item{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.id2 .id2list .item .itl{
	width: 40%;
}
.id2 .id2list .item .itl .itcon{
	display: flex;
	margin-top: 20px;
}
.id2 .id2list .item .itl .itcon .itcl{
	width: 10%;
}
.id2 .id2list .item .itl .itcon .itcr{
	margin-left: 20px;
}
.id2 .id2list .item .itl .itcon .itcr h4{
	font-size: 20px;
	color: #000000;
	margin-top: 10px;
}
.id2 .id2list .item .itl .itcon .itcr p{
	color: #666666;
	font-size: 14px;
	margin-top: 10px;

}
.id2 .id2list .item:nth-child(even){
	flex-direction: row-reverse;
}

.id3{
	padding:80px 0;
	background: url(../images/probg.jpg) no-repeat;
}
.id3 .pronav{
	display: flex;
	margin-top: 30px;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.id3 .pronav .item{
	border:1px solid #606060;
	width: 13%;
	text-align: center;
	padding:6px 0;
}
.id3 .pronav .item a{
	color: #333333;
	font-size: 16px;
}
.id3 .pronav .item:hover{
	background: #0099cc;
	border: 1px solid #0099cc;
}
.id3 .pronav .item:hover a{
	color: #fff;
}
.id3 .prode{
	margin-top: 30px;
	position: relative;
}
.id3 .prode .swiper{
	overflow: hidden;
}
.id3 .prode .swimg{
    overflow: hidden;
}
.id3 .prode .swimg:hover img{
    transform: scale(1.1);
}
.id3 .prode .swiper-button-prev{
	left: -4rem;
	filter: brightness(0.4);
}
.id3 .prode .swiper-button-next{
	right: -4rem;
	filter: brightness(0.4);
}

.id4{
	padding:60px 0;
	background: #f5f5f5;
}
.id4 .id4list{
	position: relative;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	margin-top: 40px;
}
.id4 .id4list:after{
	position: absolute;
	left: 0;
	top: 71%;
	content: '';
	background: #cccccc;
	width: 100%;
	height: 1px;
}
.id4 .id4list .item{
	text-align: center;
	color: #666666;
}
.id4 .id4list .item h2{
	font-size: 53px;
	font-weight: bold;
}
.id4 .id4list .item p{
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
}
.id4 .id4list .item:nth-child(even){
	color: #63aea0;
}

.id5{
	padding:60px 0;
}
.id5 .id5list{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}
.id5 .id5list .item{
	width: 24%;
	margin-right: 1.33%;
}
.id5 .id5list .item .img{
    overflow: hidden;
}
.id5 .id5list .item:hover img{
    transform: scale(1.1);
}
.id5 .id5list .item:last-child{
	margin-right: 0;
}
.id5 .id5list p{
	margin-top: 20px;
	text-align: center;
	color: #333;
}

.id6{
	padding:70px 0;
	background: #f5f5f5;
}
.idnew{
	margin-top: 60px;
}
.idnew .item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	align-items: flex-end;
}
.idnew .item .itl{
	width: 48%;
}
.idnew .item .itr{
	width: 48%;
}
.idnew .item .itr .accon{
	text-align: left;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.idnew .item .itr .accon a{
	display: block;
}
.idnew .item .itr .accon a .stitle{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.idnew .item .itr .accon a .con{
	margin-top: 8px;
	color: #666666;
	font-size: 14px;
}
.yqlink{
	background: #0099cc;
	padding:10px 0;
}
.yqlink .yqc{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.yqlink .yqc .yqcl{
	font-size: 30px;
	color: #fff;
}
.yqlink .yqc .yqcr{
	margin-left: 3%;
	display: flex;
	flex-wrap: wrap;
}
.yqlink .yqc .yqcr .item{
	border-right: 2px solid #fff;
	padding-right: 20px;
	margin-left: 20px;
}
.yqlink .yqc .yqcr .item a{
	font-size: 16px;
	color: #fff;
}

footer{
	background: #333333;
	padding:60px 0 30px;
}
footer .ftop{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #666666;
	padding-bottom: 40px;
}
footer .ftop .f1{
	width: 32%;
}
footer .ftop .f1 .fcon{
	margin-top: 50px;
	color: #cccccc;
	font-size: 16px;
}
footer .ftop .f2{
	text-align: center;
}
footer .ftop .f2 .f2t{
	color: #cccccc;
	font-size: 20px;
	font-weight: bold;
}
footer .ftop .f2 ul li{
	margin-top: 10px;
}
footer .ftop .f2 ul li a{
	color: #cccccc;
	font-size: 16px;
}
footer .ftop .f3{
	text-align: center;
}
footer .ftop .f3 p{
	margin-top: 15px;
	color: #fff;
}
footer .ftop .f4 .f4t{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
footer .ftop .f4 ul li{
	color: #cccccc;
	font-size: 16px;
	margin-top: 20px;
}
footer .fbot{
	margin-top: 18px;
	color: #cccccc;
	font-size: 16px;
}
footer .fbot a{
	color: #cccccc;
	font-size: 16px;
}

.videos{ display:none; border: 1px solid #080808; position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-210px; z-index:100; width:640px; height:360px; }
.vclose{ position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }

@media(max-width:780px){
	#video{
		width: 320px!important;
	}
	.videos{
		width: 320px;
		height: 160px;
		margin-left:-160px;
	}
	.toptel{
	    display: none;
	}
	.navbar-light .navbar-brand{
	    width: 200px;
	}
	.navbar-light .navbar-brand img{
	    width: 100%;
	}
	.title h2{
	    font-size: 24px;
	}
	.title p{
	    margin-top:10px;
	}
	.id1{
	    padding:40px 0;
	}
	.id1 .id1con .id1cl{
	    width: 100%;
	}
	.id1 .id1con .id1cr{
	    width:100%;
	    margin-top:25px;
	}
	.id1 .id1con .id1cr .id1crt .crtl h2{
	    font-size: 24px;
	}
	.id1 .id1con .id1cr .id1crt .crtr a{
	    font-size: 14px;
	}
	.id2{
	    padding:30px 0;
	}
	.id2 .id2list{
	    margin-top:20px;
	}
	.id2 .id2list .item .itl{
	    width: 100%;
	}
	.id2 .id2list .item .itl .itcon .itcr h4{
	    font-size: 17px;
	}
	.id2 .id2list .item .itr{
	    margin-top:20px;
	}
	.id3{
	    padding:40px 0;
	}
	.id3 .pronav .item{
	    width: 45%;
	    margin-top:5px;
	}
	.id3 .pronav .item a{
	    font-size: 14px;
	}
	.id3 .prode .swiper-button-prev{
	    left: 0;
	}
	.id3 .prode .swiper-button-next{
	    right: 0;
	}
	.id4{
	    padding:30px 0;
	}
	.id4 .id4list:after{
	    display: none;
	}
	.id4 .id4list .item{
	    width:28%;
	}
	.id4 .id4list .item h2{
	    font-size: 42px;
	}
	.id4 .id4list .item p{
	    margin-top:5px;
	    font-size: 14px;
	}
	.id5{
	    padding:30px 0;
	}
	.id6{
	    padding:40px 0;
	}
	.idnew .item .itl{
	    width:100%;
	    margin-bottom: 15px;
	}
	.idnew .item .itr{
	    width: 100%;
	}
	.yqlink .yqc .yqcl{
	    font-size: 18px;
	}
	.yqlink .yqc .yqcr .item{
	    padding-right: 10px;
	    margin-left: 10px;
	}
	.id5 .id5list .item{
	    width: 49%;
	    margin-right: 2%;
	    margin-top:15px;
	}
	.id5 .id5list .item:nth-child(2n){
	    margin-right: 0;
	}
	footer{
	    padding:30px 0 15px;
	}
	footer .ftop .f1{
	    width:100%;
	    margin-bottom:20px;
	}
	footer .ftop .f1 .fcon{
	    margin-top:20px;
	    font-size: 14px;
	}
	footer .ftop .f2 .f2t{
	    font-size: 18px;
	}
	footer .ftop .f2 ul li a{
	    font-size: 14px;
	}
	footer .ftop .f4{
	    margin-top:20px;
	}
	footer .ftop .f4 .f4t{
	    font-size: 18px;
	}
	.yqlink .yqc .yqcr .item a{
	    font-size: 12px;
	    line-height: 12px;
	}
}